From: xftroxgpx Date: Thu, 4 Jan 2018 01:30:24 +0000 (+0100) Subject: doc typo: "does contains" -> "does contain" X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~62^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=dd094427df1abe08156c7fbe07ab63eaf3224900;p=cargo.git doc typo: "does contains" -> "does contain" --- diff --git a/src/doc/build-script.md b/src/doc/build-script.md index d5a4b7967..0f9aae2f3 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -19,7 +19,7 @@ build = "build.rs" The Rust file designated by the `build` command (relative to the package root) will be compiled and invoked before anything else is compiled in the package, allowing your Rust code to depend on the built or generated artifacts. Note that -if you do not specify a value for `build` but your package root does contains a +if you do not specify a value for `build` but your package root does contain a `"build.rs"` file, Cargo will compile and invoke this file for you. Some example use cases of the build command are: